|Tools| <Lexical binding| |Up to Language Overview |

Language Overview Simple spreadsheet


5.2.4 Simple spreadsheet

This script creates a spreadsheet by calling an interpreter from a yassl script. Each "cell" in the spreadsheet is actually the body of a yassl function which returns an integer or a string, named A_row_col, where row and col are replaced by the row and column number of the cell. You can change the value of these functions by clicking on a button and changing the value in the text field, then hitting a return. Recursion is not detected, and the update algorithm is crude. Here is the source for the script.
|Tools| <Lexical binding| |Up to Language Overview |

KB Sriram
Comments, bug reports: kbs@sbktech.org

Revised: Sat May 25 12:51:15 1996
URL: http://www.sbktech.org/yas_spr.html